home *** CD-ROM | disk | FTP | other *** search
/ Especial Multimedia / Especial Multimedia.iso / Multimed / Prg / GLYPHGRD.ZIP / UNIT1.DFM / UNIT1.txt
Text File  |  1997-09-14  |  2KB  |  94 lines

  1. object Form1: TForm1
  2.   Left = 187
  3.   Top = 89
  4.   Width = 428
  5.   Height = 674
  6.   Caption = 'Glyph Grid'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   Menu = MainMenu1
  12.   PixelsPerInch = 96
  13.   Position = poDefaultPosOnly
  14.   OnCreate = FormCreate
  15.   TextHeight = 16
  16.   object Panel2: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 201
  20.     Height = 628
  21.     Align = alLeft
  22.     TabOrder = 0
  23.     object Magnification: TLabel
  24.       Left = 16
  25.       Top = 328
  26.       Width = 91
  27.       Height = 16
  28.       Caption = 'Magnification:'
  29.     end
  30.     object DriveComboBox1: TDriveComboBox
  31.       Left = 16
  32.       Top = 24
  33.       Width = 153
  34.       Height = 22
  35.       TabOrder = 0
  36.       OnChange = DriveComboBox1Change
  37.     end
  38.     object DirectoryListBox1: TDirectoryListBox
  39.       Left = 16
  40.       Top = 56
  41.       Width = 153
  42.       Height = 257
  43.       ItemHeight = 16
  44.       TabOrder = 1
  45.       OnChange = DirectoryListBox1Change
  46.     end
  47.     object MagFactor: TSpinEdit
  48.       Left = 116
  49.       Top = 324
  50.       Width = 53
  51.       Height = 26
  52.       MaxLength = 1
  53.       MaxValue = 3
  54.       MinValue = 1
  55.       TabOrder = 2
  56.       Value = 1
  57.       OnChange = MagFactorChange
  58.     end
  59.   end
  60.   object DrawGrid1: TDrawGrid
  61.     Left = 201
  62.     Top = 0
  63.     Width = 219
  64.     Height = 628
  65.     Align = alClient
  66.     ColCount = 2
  67.     Ctl3D = True
  68.     DefaultColWidth = 50
  69.     DefaultRowHeight = 20
  70.     ParentCtl3D = False
  71.     RowCount = 2
  72.     TabOrder = 1
  73.     OnDrawCell = DrawGrid1DrawCell
  74.   end
  75.   object MainMenu1: TMainMenu
  76.     Left = 16
  77.     Top = 352
  78.     object File1: TMenuItem
  79.       Caption = '&File'
  80.       object Exit1: TMenuItem
  81.         Caption = '&Exit'
  82.         OnClick = Exit1Click
  83.       end
  84.     end
  85.     object Edit1: TMenuItem
  86.       Caption = '&Edit'
  87.       object Copy1: TMenuItem
  88.         Caption = '&Copy'
  89.         OnClick = Copy1Click
  90.       end
  91.     end
  92.   end
  93. end
  94.